home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-10-16 | 1.1 KB | 43 lines | [TEXT/KAHL] |
- Read Me:
- November 11, 1996: I, David Phillip Oster, place this source code in the public
- domain. This means you can do anyhing you want with it.
- It would be considerate if you kept me posted on any bugs, bug fixes, or
- improvements.
- oster@netcom.com
-
- Drop an application on the Balloony application, and it makes a
- .r file that gives you a head start on doing balloon help for
- the program. For example, if you drop a copy of Balloony on itself,
- you get BalloonyHelp.r.
-
- - - - -
- September 9, 1994:
- • added some additional file types: rsrc RSRC dfil (for d.a.s)
- • fixed illegal identifiers with negative resources.
- - - - -
- • user interface:
- • drag and drop handler.
-
-
- • error reporting:
- • file is read only
- • file is protected, can't be deleted.
- • file is locked.
- • file is in use.
- • progress reporting
- • sorting of menus, ditls.
- • cancel handling
- • delete output file on error.
- • quit if drag and drop after last document
-
- /* Balloonify.c - this is the meat of this program.
- pseudo code:
- • open input file
- • open output file
- • BalloonifyMenus
- • BalloonifyDialogs
- • close output file
- • close input file
-
- */
-